getComponentProcessRequestCount

Get the number of component process requests submitted after a certain time given a specified component

This command returns a count of all the component process requests of a specific componentsubmitted after a certain time.

Format

udclient [global-args...] [global-flags...]
  getComponentProcessRequestCount [parameters]

Parameters

Table 1. Parameters
Parameter Type Required Description
component string true Name or ID of the component
submittedAfter long false A timestamp, in milliseconds from the UNIX epoch. If you specify this parameter, the server counts all CPRs that were created after the specified timestamp.

Related REST command: Get the number of component process requests submitted after a certain time given a specified component.